github.com/andybalholm/brotli.blockEncoder.num_blocks_ (field)

3 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1107: 	num_blocks_       uint
		brotli_bit_stream.go#L1134: 	self.num_blocks_ = num_blocks
		brotli_bit_stream.go#L1155: 	buildAndStoreBlockSplitCode(self.block_types_, self.block_lengths_, self.num_blocks_, self.num_block_types_, tree, &self.block_split_code_, storage_ix, storage)